display-grid[width, height]
display-grid[width, height, operator]
display-grid[width, height, operator, empty-char]
display-grid[width, height, operator, empty-char, cell-prefix]
display a rectangular map of the given width and height
where each cell is the value of "operator" applied to that cell (default operator is "value")
where empty-char is printed for cells with value 0 (default value of empty-char is ".")
where cell-prefix is the prefix string for the cells (default value is "grid: ")